home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 102 / Computer Shopper 102 / Computer SHOPPER_102.iso / editori.al / files.exe / TDMANUAL.TXT < prev    next >
Encoding:
Text File  |  1995-10-24  |  22.6 KB  |  705 lines

  1. TDMANUAL.TXT - TAPEDISK Demo User's Manual
  2.  
  3. TAPEDISK.EXE The device driver.    Win95 Long File Name Aware
  4.  
  5. TAPEDISK.EXE allows you to install the TAPEDISK device driver from
  6. either config.sys or autoexec.bat. TAPEDISK.EXE  will consume about
  7. 6K of conventional memory and may be loaded into high conventional
  8. emory (i.e. above the 640K mark).
  9.  
  10. For example: If are using a Quarterdeck's QEMM you can loadhigh the
  11. TAPEDISK.EXE driver. It will consume about 45K of upper memory and
  12. .2K (about 200 bytes) of memory below the 640K mark.
  13.  
  14. The syntax of the TAPEDISK.EXE device driver line is:
  15.  
  16. DEVICE=C:\TD650250\TAPEDISK.EXE /ID=N  [optional switches]
  17.  
  18. TAPEDISK.EXE has a number of optional switches and required switch.  
  19. The only required parameter is /ID=N.
  20.  
  21. /ASKINSTALL=DONT|YES|NO        prompts at boot time if you wish to 
  22.                 install the TAPEDISK driver.
  23.                 Yes|No changes the deferral response.
  24.  
  25. /BOOTCAPTURE=N            number of times that TAPEDISK will
  26.                 "trap" CNTL/ALT/DEL's. Default=2
  27.  
  28. /COMMENT=YES|NO            specifies if you want comment prompt
  29.  
  30. /COMPRESSION=YES|NO        activate data compression switch on 
  31.                 data compression capable drives
  32.  
  33. /DOORKEEPUNLOCKED        keeps the door to the tape drive 
  34.                 unlocked when a tape is active.
  35.                 Default is Door locked
  36.  
  37. /FLOPPY=YES|NO            causes DOS to see the tape drive as
  38.                 a non-removable device
  39.  
  40. /HA=N                Host Adapter number
  41.  
  42. /ID=N                is a required switch. The SCSI ID
  43.                 associated with the tape drive
  44.  
  45. /K=K                kilobytes reserved in EMS memory for
  46.                 directory entries. Minimum required is
  47.                 60 bytes per file name in DOS and Win3.1x
  48.                 or 180 bytes per file name in Win95.
  49.                 Default=500
  50.  
  51. /N=N                number of clusters in EMS memory cache.
  52.                 Default=10
  53.  
  54. /ORDER=ALL|FAST            sets default for TDDSKCPY /ORDER=
  55.  
  56. /QUIET                sets default used by TDFORMAT, TDLOAD,
  57.                 TDDSKCPY, TDUNLOAD.  Reduces messages to
  58.                 the screen.  Default=NOT quiet. 
  59.  
  60. /RESERVEDRIVELETTER        allocates a non-functional drive letter 
  61.                 when you respond "NO" to the /ASKINSTALL=
  62.  
  63. /SEEKTIMEOUT=T            sets default /SEEKTIMEOUT for TDLOAD 
  64.                 command.  Default = drive dependent
  65.  
  66. /TAPESIZE=M            sets tape capacity default in megabytes for 
  67.                 TDFORMAT if tape size not determined.
  68.                 Default = drive dependent
  69.  
  70. /TDMIN=M            megabytes before the physical end of the
  71.                 tape "end of paper" condition where
  72.                 TAPEDISK will flush all cached buffers.
  73.                 Default=30
  74.  
  75. /TIMEOUT=T            [number of seconds from the time a host
  76.                 adapter issues a command to the tape drive
  77.                 before reporting a "not responding error."
  78.                 Default = drive dependent
  79.  
  80. /UNINSTALL            removes previous installed TAPEDISK driver
  81.                 that was installed at the command line
  82.  
  83. *******************
  84. TDGETMEM & TDRETMEM
  85. *******************
  86.  
  87. TDGETMEM serves one main purpose: to reserve EMS memory for those 
  88. components of TAPEDISK that need it.  When you use TDLOAD (either 
  89. inside of outside of Windows), TDLOAD will determine if a TDGETMEM
  90. was run prior to TDLOAD for the drive letter assigned to the TAPEDISK.
  91. If TDLOAD determines that TDGETMEM reserved EMS memory, then TDLOAD
  92. will not allocate any more EMS memory and will use the EMS memory
  93. allocated by TDGETMEM.
  94.  
  95. The syntax of the TDGETMEM command is:
  96.  
  97. TDGETMEM T: [optional switches]
  98.  
  99. where T: is the TAPEDISK drive letter assigned by DOS during the boot 
  100. process.
  101.  
  102. TDGETMEM has one required and two optional switches.
  103.  
  104. /EMS=K        is a required switch: is the number of bytes, in 
  105.         Kilobytes  of EMS memory, you wish to have TDGETMEM 
  106.         reserve for TAPEDISK's exclusive use.  Minimum required
  107.         is 60 bytes per file for DOS and Win3.1x + 1400 KB. The
  108.         amount of memory that you specify in the /EMS=K parameter
  109.         will be rounded up to the nearest 16K.  Win95 uses Long
  110.         File Names please allow for 120-180 bytes per file.
  111.  
  112. /STATUS        reports how much EMS was allocated assuming
  113.  
  114. /WIN95RESERVE=K    is used to temporary skip over memory used by Win95 that was
  115.         illegaly obtained by Win95.
  116.  
  117. TDRETMEM releases EMS memory reserved by TDGETMEM.
  118.  
  119. The syntax of the TDRETMEM command is:
  120.  
  121. TDRETMEM T:
  122.  
  123. ***************
  124. The Basic Three
  125. ***************
  126.  
  127. There are three basic commands you need to use to use the SCSI tape drive
  128. as a logical device: TDFORMAT, TDLOAD, and TDUNLOAD.
  129.  
  130. *******
  131. TDFORMAT
  132. ********
  133.  
  134. TDFORMAT initializes a tape so that TAPEDISK recognizes it.  Formatting a 
  135. TAPEDISK is somewhat like a low level and high level format of a hard disk.  
  136.  
  137. The syntax of the TDFORMAT command is:
  138.  
  139. TDFORMAT T: [optional switches]
  140.  
  141. Other than for /COMPRESSION=YES|NO we recommend that you do not use the 
  142. other option switches.
  143.  
  144. TDFORMAT has a number of optional parameters.
  145.  
  146. /ASK=YES|NO  {If you specify "NO" uses all the default responses 
  147. during formatting a tape.  If not used, Default=YES}
  148.  
  149. /COMPRESSION=YES|NO    data compression used.  The default value is
  150.             NO (so that data can be shared among DAT/DDS 
  151.             users) and is only effective for those tape
  152.             drives that support hardware compression.
  153.             Use of compression can significantly improver
  154.             performance.
  155.  
  156. /FORCE=YES|NO        will unconditionally low lowlvel format the tape
  157.  
  158. /QUIET            will reduce the amount of messages sent to the
  159.             screen
  160.  
  161. /SLOT=N            is the slot number (media ID) for autoloaders.
  162.             If you don't have an autoloader (e.g. HP1553A),
  163.             don't use this option
  164.  
  165. /TIMEOUT=T        same as TAPEDISK.EXE
  166.  
  167. ******
  168. TDLOAD
  169. ******
  170.  
  171. TDLOAD is similar to UNIX's "mount" command.  It connects your tape to 
  172. DOS allowing DOS to access your tape as if it were a disk.
  173.  
  174. If you attempt to access a TAPEDISK before you have TDLOADed it, you will 
  175. get the same kind of "Drive Not Ready" message that you get from DOS if
  176. you have not inserted a floppy into a floppy drive.  Unlike a floppy drive,
  177. a "retry" won't work: you must TDLOAD the TAPEDISK first.  Just "Abort"
  178. the operation, TDLOAD the tape, then retry the operation.
  179.  
  180. If you have not run TDGETMEM before TDLOADing, TDLOAD will allocate EMS
  181. memory from the EMS memory pool.  If you ran TDGETMEM before TDLOADing,
  182. TDLOAD will get its memory as allocated by TDGETMEM.
  183.  
  184. TDGETMEM is required to be used if you intend to issue TDLOAD while
  185. Windows is running.
  186.  
  187. The syntax of the TDLOAD command is:
  188.  
  189. TDLOAD T: [optional switches]
  190.  
  191. TDLOAD has a number of optional switches.
  192.  
  193. /BACKGROUND        is not available when /SLOT= is specified
  194.             Does not load the tape, rather it positions
  195.             the tape to the TDLOAD position (at EOD). This
  196.             positioning will be performed off-line on
  197.             systems where the ASPI manager, host adapter
  198.             and tape drive support disconnect and multiple
  199.             SRBs.  On some slow QIC drives the positioning
  200.             to TDLOAD point can take several minutes and for
  201.             these drives you will want to use this switch.
  202.  
  203. /CHAPTER=N        N is the Chapter number that you wish to load 
  204.             other than the last TDUNLOADed chapter. Chapter?,
  205.             What is a chapter?  A chapter is a data set that
  206.             is presented to you as a DOS disk. Once a chapter
  207.             is closed (using TDUNLOAD) the data referenced by
  208.             the chapter cannot be altered.  A new chapter can
  209.             be constructed that includes a reference to this
  210.             chapter. The new references can be altered but the
  211.             data and the old references cannot. If you wish to
  212.             reference older data (or data from a different
  213.             collection) you would use the /chapter=n switch to
  214.             specify the chapter number.
  215.  
  216. TAPEDISK creates a chapter when you use the TDDSKCPY command.
  217. A chapter is also created every time you TDLOAD, modify the data
  218. on the tape, and then TDUNLOAD.  It is TDUNLOAD that creates the
  219. new chapter.  If a tape is TDLOADed and not modified another new
  220. chapter is not created.  In effect you are creating a "snapshot"
  221. of the TAPEDISK at the time of the TDUNLOAD.
  222.  
  223. TAPEDISK automatically loads the last closed chapter when TDLOAD is 
  224. issued.  You can access previous chapters by using the /CHAPTER= 
  225. parameter.  Example:
  226.  
  227.     TDLOAD D: /CHAPTER=1
  228.  
  229.  
  230. /CLEARCHAPTER        If specified then a new "empty" Chapter will 
  231.             be created. The geometry of the empty Chapter
  232.             will be that which was specified when the tape
  233.             was formatted. Use /CLEARCHAPTER in place of
  234.             deleting all directories and files
  235.  
  236. /FORCE=YES|NO        has two purposes.  First is to speed up the 
  237.             loading of previously loaded TAPEDISKs. The second
  238.             is an enhancement of the ability to recover data
  239.             from a corrupted TAPEDISK
  240.  
  241. /K=K            kilobytes reserved in EMS memory for directory
  242.             entries.
  243.  
  244. /N=N            is the number of clusters that you want to cache
  245.             in EMS memory.  The larger the number the faster
  246.             that TAPEDISK will operate. The default value is 10.
  247.             The minimum allowable value is 1 and the maximum
  248.             allowable value is 32.
  249.  
  250. /QUIET            will reduce the amount of messages sent to the
  251.             screen.
  252.  
  253. /SEEKTIMEOUT=T        As tapes get longer and longer, the amount of 
  254.             time that it takes to seek from one end of the tape
  255.             to the other gets longer. M represents the number
  256.             of seconds between the time a seek is initiated and
  257.             the time TAPEDISK expects the seek to complete at
  258.             some time in the future, this value may need to be
  259.             increased.
  260.  
  261. /SLOT=N            specifies a tape slot number on the Autoloader.
  262.  
  263. /TDMIN=T        same as TAPEDISK.EXE
  264.  
  265. ********
  266. TDUNLOAD
  267. ********
  268.  
  269. TDUNLOAD flushes all buffers and performs other "bookkeeping" tasks and 
  270. returns the memory to the EMS free pool (unless the EMS memory was 
  271. obtained by way of TDGETMEM).
  272.  
  273. TDUNLOAD also serves a secondary function. There are some tape drives 
  274. that will not unlock the tape after a system reboot; that is, you push the
  275. button to eject the tape from the drive and the tape won't come out.  To
  276. eject the tape you can use TDUNLOAD.  There are no special parameters.
  277.  
  278. DO NOT ever power the tape drive off in an attempt to eject the tape!  You 
  279. may corrupt the tape!
  280.  
  281. The syntax of the TDUNLOAD command is:
  282.  
  283. TDUNLOAD T: [optional switches]
  284.  
  285. Where D: is the TAPEDISK drive letter assigned by DOS during the boot 
  286. process.
  287.  
  288. TDUNLOAD has a number of optional parameters.
  289.  
  290. "A Chapter comment"    This is an optional, quoted string which 
  291.             "identifies" a chapter. You insert an intelligent
  292.             comment to identify the Chapter either on the
  293.             command line using this quoted text option or
  294.             through the COMMENT= YES option below. This option
  295.             is NOT preceded by a "/".
  296.  
  297. /CLEARCHAPTER        is only relevant if /RELOAD is also used. If you
  298.             specify /RELOAD and also /CLEARCHAPTER then a new
  299.             "empty" Chapter will be created.
  300.  
  301. /COMMENT=YES|NO        Indicates if you will or will not be prompted for
  302.             a Chapter comment.  This option is overridden by
  303.             quoted text specified on the TDUNLOAD command line.
  304.  
  305. /FORCE=YES|NO        TAPEDISK will not normally create a new Chapter
  306.             upon TDUNLOAD.  There are times when you will
  307.             wish that a new Chapter be written even though the
  308.             current Chapter was not modified.
  309.  
  310. /QUIET            reduces the amount of messages sent to the screen.
  311.  
  312. /RELOAD            Equivalent to, but faster than a TDUNLOAD followed 
  313.             by a TDLOAD.  This causes the Chapter data to be
  314.             written thus insuring data integrity up until that
  315.             point.  The TAPEDISK remains logically connected to
  316.             MS-DOS.
  317.  
  318. /TIMEOUT=T        same as TAPEDISK.EXE
  319.  
  320. *****************
  321. Utilities for DOS
  322.  
  323. TAPEDISK has several utilities design to optimize the use of tape.
  324.  
  325. ********
  326. TDDSKCPY    Win95 Long File Name Aware
  327. ********
  328.  
  329. TDDSKCPY is not available with this Demo version.  This version will only
  330. store 250 megabytes to a tape.  The following description illustrates the
  331. power TAPEDISK offers for backing up your hard disks.
  332.  
  333. TDDSKCPY is similar to DOS's DISKCOPY in that it copies an entire (hard) 
  334. disk to your TAPEDISK.  TDDSKCPY only works on "local" drives, that is, 
  335. drives that are directly connected to your computer.  Even though your CD-
  336. ROM drive may be directly connected to your computer, DOS thinks of it as a 
  337. "foreign" drive that is accessed via the "network redirector."  Thus, you 
  338. cannot use TDDSKCPY to copy a CD-ROM.  To copy files from your CD-
  339. ROM use any file oriented access such as TDXCOPY, COPY, Windows File 
  340. Manager, XTREE, etc.
  341.  
  342. Example use of TDDSKCPY:
  343.  
  344.     TDDSKCPY C: "Comment for C:" D: "Comment for D:" T:
  345.     
  346. Would copy drives C: and D: to the TAPEDISK on drive T:, and will place 
  347. drive c: into Chapter 1 and drive d: into Chapter 2.
  348.  
  349. Note, drive T: is the drive letter for the TAPEDISK.  In this example
  350. (system with 2 hard disk) the drive letter for TAPEDISK would most likely
  351. be drive E:.  Please substitute the proper drive letters for your system
  352. when trying to reproduce our examples.
  353.  
  354. *******
  355. TDXCOPY        NOT Win95 Long File Name Aware
  356. *******
  357.  
  358. TDXCOPY performs most all of the same functions of XCOPY and is 
  359. optimized for use with TAPEDISK.  It currently does not support LFN.
  360. Use Windows 95 Explorer to move/copy files.
  361.  
  362. The syntax of the TDXCOPY command is:
  363.  
  364. TDXCOPY source [\filter] target  [optional switches]
  365.  
  366. /BUSYWAITTIME=T        is how long to wait if a file is found to be 
  367.             busy before going to the next file.
  368.  
  369. /D:aa/bb/cc        copies files modified on or after a specified date.
  370.  
  371. /DOS            Send progress messages to standard DOS facilities.
  372.  
  373. /EMPTY            creates empty directories.
  374.  
  375. /HIDDEN            copies files marked with DOS's "hidden" flag.
  376.  
  377. /MAXERRORS=n        is the number of errors permitted before processing
  378.             stops.
  379.  
  380. /MODIFIED        copies files with the archive bit "set".
  381.  
  382. /NOWAITMSG        forces processing not to wait for user input when 
  383.             damaged files are found.
  384.  
  385. /QUIET            supresses activity messages.
  386.  
  387. /SYSTEM            copies files marked with DOS's "system" flag.
  388.  
  389. /TIME            reports processing time.
  390.  
  391. where:
  392.      source        is a pathname indicating the source directory.
  393.     \filter        is an optional file filter, uses the same file
  394.             filters as DOS.
  395.     target        is a pathname indicating the target directory.
  396.  
  397. *******
  398. TDXCOMP        NOT Win95 Long File Name Aware
  399. *******
  400.  
  401. TDXCOMP is a useful utility that is also independent of TAPEDISK.  It can be 
  402. used to compare any two directory trees to see if there are any files that
  403. are different in the trees.
  404.  
  405. The syntax of TDXCOMP is:
  406.  
  407. TDXCOMP  source [\filter]  target  [optional switches]
  408.  
  409. Switches:
  410.  
  411. /BUSYWAITTIME=T                
  412. /DOS
  413. /HIDDEN
  414. /MODIFIED
  415. /QUIET
  416. /SHOWTIME
  417. /SYSTEM
  418. /TIME 
  419.  
  420. ******
  421. TDXDIR        NOT Win95 Long File Name Aware
  422. ******
  423.  
  424. TDXDIR will tell you the size and number of files in a directory and all its 
  425. subdirectories.  It can also list the starting cluster number as well as 
  426. TAPEDISK block number if the directory being listed is on a TAPEDISK.
  427.  
  428. The syntax of the TDXDIR command is:
  429.  
  430. TDXDIR path[\filter]  [optional switches]
  431.  
  432. /BUSYWAITTIME=T
  433.  
  434. /DATETIME        displays the date and time the file was last modified.
  435.  
  436. /FILESIZE        displays the files size in bytes.
  437.  
  438. /HIDDEN            displays "hidden" files.
  439.  
  440. /MODIFIED        displays files with archive bit set.
  441.  
  442. /STARTCLUSTER        displays the starting cluster of the file, 
  443.             assuming the file is not on the network or CD-ROM.
  444.  
  445. /SUBSIZE        displays the accumulated number of bytes of files in  
  446.             all directories and sub-directories.
  447.  
  448. /SYSTEM            displays "system" files.
  449.  
  450. /TAPEBLOCK        displays the starting block on the TAPEDISK 
  451.             where the file is found.
  452.  
  453. /VERBOSE        displays all available information of the above 
  454.             switches.
  455.  
  456. Note, the default switch is /SUBSIZE.  Therefor TDXDIR with no switches
  457. produces just a totals line.
  458.  
  459. ******
  460. TDXDEL        NOT Win95 Long File Name Aware
  461. ******
  462.  
  463. TDXDEL allows you to delete all files in a directory and all its
  464. subdirectories.
  465.  
  466. TDXDEL deletes either:
  467.  
  468.     1) All files and all subdirectories of a particular directory
  469.     2) All files matching a file filter in all subdirectories of a
  470.        particular directory.
  471.  
  472. The syntax of TDXDEL is:
  473.  
  474. TDXDEL directory [\filter] [optional switches]
  475.  
  476. /DELALL            Deletes all files and directories regardless of the
  477.             state of the system, hidden or read-only flag. Does
  478.             not override network privileges.
  479.  
  480. /HIDDENALSO        deletes all "hidden" files.
  481.  
  482. /NOWARN            suppresses the "OK to delete" warning".
  483.  
  484. /READONLYALSO        deletes "read-only" files.
  485.  
  486. /SYSTEMALSO        deletes "system" files.
  487.  
  488. /TIME
  489.  
  490. /VERBOSE
  491.  
  492. directory        is a pathname indicating the directory (and all
  493.             sub-directories!) you wish to delete.
  494.     
  495. ********
  496. TDUPDATE    NOT Win95 Long File Name Aware
  497. ********  
  498.  
  499. TDUPDATE performs whatever actions are necessary to make one directory 
  500. (the source) have identical files and directories as another (the target).  
  501. TDUPDATE uses file size, file time and date stamp, and the file's file 
  502. attributes (e.g. "archive" attribute) to determine if files and directories
  503. need to be deleted and/or added.  One significant difference between
  504. TDUPDATE and TDXCOPY is that TDUPDATE does not have a "file filter"
  505. specification for the source directory.   It currently does not support LFN.
  506. Use Windows 95 Explorer to move/copy files with Long File Names.
  507.  
  508. The syntax of TDUPDATE is:
  509.  
  510. TDUPDATE source target [optional switches]
  511.  
  512. /EXCLUDE=filter        is a file exclusion filter
  513. /X=filter        is a file exclusion filter (short form of switch)
  514. /BUSYWAITTIME=T        is the time to wait for files to become unbusy.
  515. /DOS            sets activity display to DOS mode
  516. /MAXERRORS=N        number of errors before TDUPDATE quits.
  517. /NOWAITMSG        supresses "Waiting for..." message
  518. /NOWARN         don't warn me
  519. /PRESERVEARCHIVE    Preserves the archive flag when the source file is
  520.             updated to the target.  If not used both source and 
  521.             target archive is cleared.
  522. /TIME            display the amount of time consumed by TDUPDATE
  523. /TRIALRUN        counts and displays files that would be deleted or 
  524.             copied.
  525. /VERBOSE        displays copious messages.
  526.  
  527. *****
  528. TDSET
  529. *****
  530.  
  531. TDSET allows you to set two TAPEDISK system parameters:
  532.  
  533.     1) tape logical write protection on-and-off.
  534.     2) the ioctl return value.
  535.     
  536. The syntax of the TDSET is:
  537.  
  538.     TDSET  T: [optional switches]
  539.     
  540. /WRITEPROTECT=NOCHANGE|ON|OFF    changes logical write protection.
  541. /IOCTLRETURN=N            specifies the IOCTL return value.
  542.  
  543. ******
  544. TDWAIT
  545. ******
  546.  
  547. TDWAIT  allows you to wait for a certain time, a certain date and time, or a 
  548. certain number of hours, minutes, and/or seconds before TDWAIT will 
  549. relinquish control to the next command in a batch file.  For Desqview and 
  550. Windows, TDWAIT will relinquish the time slice.  TDWAIT can be used to wait 
  551. for a certain time before TDXCOPY, TDDSKCPY, etc. begins operation.  This 
  552. can be very useful for unattended back up of a network.
  553.  
  554. The syntax of the TDWAIT command is:
  555.  
  556.     TDWAIT T:  argument
  557.  
  558. ARGUMENT is a DAY, TIME, or DATE value.  DAY and TIME, or DATE and TIME 
  559. may be used together.  When TIME is used with an A or P, HH is in 
  560. a 12 hour mode; therefore, the value of HH is limited to 1 through 
  561. 12.  A is AM, and P is PM.
  562.  
  563. HH:MM:SS    HOURS:MINUTES:SECONDS
  564. HH:MM:SS[A|P]    AM|PM
  565. MM-DD-YY    MONTH:DAY:YEAR    
  566. DAY:HH:MM:SS    DAY=SUN, MON, TUE, WED, THU, FRI, SAT
  567.  
  568. An explanation of the TDWAIT arguments can be viewed by issuing a 
  569. TDWAIT with no parameters on the command line. TAPEDISK displays the 
  570. following output.
  571.  
  572. ******
  573. TDCHAP
  574. ******
  575.  
  576. TDCHAP lists the information about Chapters on your TAPEDISK.
  577. The syntax of the TDCHAP command is:
  578.  
  579.     TDLOAD T: [optional switch]
  580.     
  581. /NCHAPTERS=N        is the chapter number for which you want information.
  582.  
  583. ******
  584. TDSEEK
  585. ******
  586.  
  587. TDSEEK  allows you to initiate a seek to a file and then go off and do other 
  588. things while the tape spins to the file that you want.
  589.  
  590. The syntax of the TDSEEK command is:
  591.  
  592.     TDSEEK T:[filename][optional switches]
  593.  
  594. filename        name of the file to position the tape to.
  595. /EOD            space to end of known data.
  596. /Wait            until seek is completed.
  597.  
  598.  
  599. ***
  600. VFB
  601. ***
  602. VFB is Windows 95 version of and enhancement of the TDUPDATE utility. It is
  603. designed to be Windows 95 long file name aware and provides a means of
  604. synchronizing your backups. When used as intended you can attain extrordinary
  605. compression ratios and data rates. Compression ratios of 25:1 and data rates
  606. of 500MB/minute are an ordinary expectation. This utility takes advantage of
  607. the TAPEDISK chaptering facility to attain these figures. This capability is
  608. a great time saver and dramaticaly reduces media consumption.
  609.  
  610. System Requirements
  611.  
  612.    386, 486 or Pentium  CPU
  613.    A supported tape drive.
  614.    MS-DOS 5.0 or higher. (Windows 3.x or Win 95)
  615.    4MB RAM running DOS only -or-  8MB RAM running Windows
  616.    512K Memory available to DOS programs
  617.    A SCSI host adapter .
  618.    100% compatible ASPI Manager.
  619.    2.0 - 4.0 MB of expanded memory
  620.    LIM 4.0 or above compatible EMS (Expanded Memory System) memory manager.
  621.    A 64KB pageframe.
  622.  
  623. A supported tape drive:
  624.  
  625. ADPI: DDS-2: FT80
  626. 8MM: FT100
  627. QIC: FT7, FT15 
  628.   
  629. Hewlett-Packard DAT: 
  630. SureStore-JetStore 2000, 35470A, C1523A, C1520E, 
  631. C1523E, C1525A, C1534A 
  632. SureStore-JetStore 5000, 35480A, C1521E, C1524E, 
  633. C1526A, C1527A, C1536A 
  634. SureStore-JetStore 6000: DDS-2, C1533A
  635. SureStore 12000E Autoloader, C1553A,TAPEDISK AL only
  636.  
  637. Conner Tape-Stor [Archive] DAT: 
  638. Python, C4320, C4520, C4350, C4330, C4322, C4352
  639. Tape-Stor Turbo Python, C4324, C4354
  640. Tape-Stor DAT DDS-2, C4326, C4356
  641. Tape-Stor [Viper] QIC: C2150S, C2525S
  642. Tape-Stor 4000 QIC-WIDE: CTM3200S, CTM4000S
  643.  
  644. Colorado PowerDAT  6000, PD/PDE60
  645. Colorado QIC: PowerTape Series 1100, PT/PTE-10
  646. Series 2400, PT/PTE-25
  647. Series 4000, PT/PTE-50
  648.  
  649. Computer Connection DAT Shuttle: DS-2000-PS, DS-5000-PS
  650. DAT Shuttle DDS-2, DS-10000-PS
  651. DAT Satellite, DL-2000, DL-2000-I,DL-5000, DL-5000-I
  652. DAT Satellite DDS-2, DL-10000, DL-10000-I
  653. DAT Satellite Autoloader, DL-48000/I, TAPEDISK AL only
  654. QIC: Tape Shuttle, TS-420-F-P, TS-900-F-P, TS-500-PS, TS-1000-PS, TS-2000-PS
  655. QIC: TAPE Satellite, TL-1000, TL-1000-I
  656.  
  657. Contemporary Cybernetics DAT: DDS-2, CY-3400DX 
  658. 8MM: CY-8205, CY-8500, CY-8505
  659. QIC: CY-3800, CY-4100, CY-4200
  660.  
  661. Digital Equipment Corporation DAT: TLZ06
  662. QIC: TZK10 , TZK12
  663.  
  664. Exabyte DAT: EXB-4200/FS-4000, EXB-4200c/FS-4000DC
  665. 8MM: EXB-8205 , 8500, 8500c, 8505/FS10G, 8505XL
  666. QIC: EXB-2501(FS1G), 2501C, 2502
  667.  
  668. Legacy DAT: 2000D, 4000D
  669. DDS-2, 8000D
  670. 8MM: 2005H , 5005H
  671.  
  672. Mountain DAT: 1200plus, 1200-4
  673. DDS-2, 1400
  674. 8MM:  5000SA
  675. QIC: 7500, 71000, 72000
  676.  
  677. PCM Technologies DAT:  All models
  678.  
  679. Sony DAT: SDT2000, SDT2010, SDT4000, SDT4010
  680. DDS-2, SDT5000, SDT5010, SDT5200, SDT5210
  681.  
  682. Tandberg QIC: TDC-3800, TDC-4120, TDC-4220
  683.  
  684. TECMAR DATaVault 2000/4000
  685. DDS-2, 8000/Proline 8 
  686. 8MM: THS-5000
  687. QICVault 4000
  688.  
  689. VALITEK DAT: PST2-DAT2, PST2-DAT2+
  690. QIC: PST2-M2000, PST2-M4000, PST2-1000, PST2-2400, PST2-5000
  691.  
  692. WangDAT 1300, 2600, 3100, 3200
  693. DDS-2, 3400DX
  694.  
  695. WangTEK DAT 6130HS*, 6200HS
  696. * - requires CSC firmaware.
  697. Note: other SCSI QIC, 4MM and 8MM tape drives may also 
  698. work with one of the above drivers.  Call for an updated 
  699. reference list of supported drives.
  700.  
  701. To Order a FULL working copy of TAPEDISK, call :
  702. TAPEDISK Corporation
  703. 715-235-3388  or fax: 715-235-3818
  704. 800-TAPEDSC  800-827-3372
  705.